sdmdltypetexturereference module¶
-
class
sd.api.mdl.sdmdltypetexturereference.SDMDLTypeTextureReference(APIContext, handle, *args, **kwargs)¶ Bases:
sd.api.mdl.sdmdltyperesourcereference.SDMDLTypeResourceReferenceClass used to store information about a MDL Texture Reference type
-
getClassName() → str¶ Returns the most specific name of the class this APIObject is
-
getId() → str¶ Get the type identifier string
-
getModifier() → sd.api.sdtype.SDTypeModifier¶ Get the type modifier (see SDTypeModifier enum)
-
getTextureShape() → sd.api.mdl.sdmdltypetexturereference.TextureShape¶ Get the texture shape
-
release() → None¶ Releases an APIObject
-